home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 GOLD Collection / Windows 95 GOLD Collection.iso / eru / eru.inf < prev    next >
INI File  |  1995-11-01  |  1KB  |  42 lines

  1. ; ERR.INF
  2. ;
  3. ; Used by ERU.EXE -- Protect mode app and must be in Windows directory
  4. ;
  5. ; This ini file lists the files we wish to backup on the ERD.  The section
  6. ; headings point to the position that the ERD program will look to find
  7. ; these files.
  8. ;
  9. ; Part of the job of this file is the creation of a order of precedence
  10. ; for backing up files when limited disk space is available.  The higher
  11. ; the filename appears in this file the higher the precedence that the
  12. ; ERD program will give the file.  In this way it is possible to modify
  13. ; file "importance" without any changes having to be made to the app.
  14. ; To facilitate this, section headings may appear more than once.
  15.  
  16. ; The [ROOT] section specifies that the file exists in the root directory
  17. ; of the boot drive.  If the files don't exit (diskless workstation) the
  18. ; program will continue.
  19. [ROOT]
  20. MSDOS.SYS
  21. COMMAND.COM
  22. IO.SYS
  23.  
  24. ; The [WINDOWS] section specifies that the files can be found in the windows
  25. ; directory.  If the files don't exist (just not there) the program will
  26. ; continue.
  27. [WINDOWS]
  28. SYSTEM.DAT
  29. USER.DAT
  30. PROTOCOL.INI
  31. SYSTEM.INI
  32. WIN.INI
  33.  
  34. ; As noted above this second occurence of [ROOT] is used to establish an
  35. ; heiarchy of files for a limited disk space situation.  These files will
  36. ; be given the lowest importance.
  37. [ROOT]
  38. AUTOEXEC.BAT
  39. CONFIG.SYS
  40.  
  41.  
  42.